home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / GRAPHICS / SPRITE_2_GIF.ARC / Doc next >
Encoding:
Text File  |  1996-04-16  |  1.0 KB  |  29 lines

  1. SPR2GIF V4
  2.  
  3. spr2gif [options] <src> <dst>
  4.  
  5. Options are -<N> to reduce by NxN pixels (non scaled)
  6.             -b/d/m/l/w=black/grey/white bias on reduced transparent edges
  7.             -s means no scaling
  8.             -a means no aspect scaling
  9.             -i means no interlace on output
  10.             -c means low res colours in anti-alias reduction
  11.  
  12. - Scans sprite for used colours, and uses pallete from sprite.
  13. - Discards unused colours
  14. - Orders colours by usage, but always lists black and white first (if used)
  15.   and transparent last.
  16. -  Understands sprite transparency mask and allocates as new transparent colour in gif
  17.   (if 256 colours already used, then steals the least used one, changing its low bit) 
  18. - Interlaces the gif image for better loading in web pages
  19. - Scales up sprite for original sprite mode
  20. - Option to reduce sprite, generating new colours for anti-aliasing
  21.   In which case the sprite is not scaled up for sprite mode, only for aspect ratio.
  22.  
  23. sprtrans <oldsprite> <newsprite>
  24. Generates sprite with a mask using last colour as mask
  25.  
  26. A Kennard 1996
  27.  
  28.  
  29.